home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef Befund5H
- #define Befund5H
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\ExtCtrls.hpp>
- #include <vcl\Menus.hpp>
- #include <vcl\Dialogs.hpp>
- #include <vcl\ComCtrls.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-verwaltete Komponenten
- TGroupBox *GroupBox1;
- TGroupBox *GroupBox2;
- TGroupBox *GroupBox3;
- TButton *Button1;
- TButton *Button2;
- TEdit *Edit1;
- TPanel *Panel1;
- TScrollBar *ScrollBar1;
- TMainMenu *MainMenu1;
- TMenuItem *Datei1;
- TMenuItem *Oeffnen1;
- TMenuItem *Speichern1;
- TMenuItem *Drucken1;
- TMenuItem *Ende1;
- TOpenDialog *OpenDialog1;
- TSaveDialog *SaveDialog1;
- TPrintDialog *PrintDialog1;
- TRichEdit *RichEdit1;
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall Button2Click(TObject *Sender);
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall ScrollBar1Change(TObject *Sender);
- void __fastcall Oeffnen1Click(TObject *Sender);
- void __fastcall Speichern1Click(TObject *Sender);
- void __fastcall Drucken1Click(TObject *Sender);
- void __fastcall Ende1Click(TObject *Sender);
- void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
- private: // Benutzer-Deklarationen
- public: // Benutzer-Deklarationen
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
-